home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / StackToolsƒ / Utilities / Stack Indexer Stack / background_4093.xml next >
Encoding:
Extensible Markup Language  |  1992-08-13  |  3.6 KB  |  108 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>4093</id>
  5.     <filler1>0</filler1>
  6.     <cantDelete> <false /> </cantDelete>
  7.     <showPict> <true /> </showPict>
  8.     <dontSearch> <false /> </dontSearch>
  9.     <link rel="stylesheet" type="text/css" href="stylesheet_2627.css" />
  10.     <part>
  11.         <id>1</id>
  12.         <type>field</type>
  13.         <visible> <true /> </visible>
  14.         <dontWrap> <false /> </dontWrap>
  15.         <dontSearch> <false /> </dontSearch>
  16.         <sharedText> <false /> </sharedText>
  17.         <fixedLineHeight> <true /> </fixedLineHeight>
  18.         <autoTab> <false /> </autoTab>
  19.         <lockText> <false /> </lockText>
  20.         <rect>
  21.             <left>16</left>
  22.             <top>81</top>
  23.             <right>281</right>
  24.             <bottom>304</bottom>
  25.         </rect>
  26.         <style>scrolling</style>
  27.         <autoSelect> <false /> </autoSelect>
  28.         <showLines> <false /> </showLines>
  29.         <wideMargins> <false /> </wideMargins>
  30.         <multipleLines> <false /> </multipleLines>
  31.         <reservedFamily> 0 </reservedFamily>
  32.         <titleWidth>0</titleWidth>
  33.         <icon>0</icon>
  34.         <textAlign>left</textAlign>
  35.         <font>New York</font>
  36.         <textSize>10</textSize>
  37.         <textStyle>plain</textStyle>
  38.         <textHeight>13</textHeight>
  39.         <name>Card_List</name>
  40.         <script>on Lookup
  41. put " in background field" && QUOTE &"KeyWords" & QUOTE after msg
  42. end lookup
  43. </script>
  44.     </part>
  45.     <part>
  46.         <id>4</id>
  47.         <type>button</type>
  48.         <visible> <true /> </visible>
  49.         <reserved5> 0 </reserved5>
  50.         <reserved4> 0 </reserved4>
  51.         <reserved3> 0 </reserved3>
  52.         <reserved2> 0 </reserved2>
  53.         <reserved1> 0 </reserved1>
  54.         <enabled> <true /> </enabled>
  55.         <rect>
  56.             <left>297</left>
  57.             <top>77</top>
  58.             <right>397</right>
  59.             <bottom>99</bottom>
  60.         </rect>
  61.         <style>roundrect</style>
  62.         <showName> <true /> </showName>
  63.         <highlight> <false /> </highlight>
  64.         <autoHighlight> <false /> </autoHighlight>
  65.         <sharedHighlight> <true /> </sharedHighlight>
  66.         <family>0</family>
  67.         <titleWidth>0</titleWidth>
  68.         <icon>0</icon>
  69.         <textAlign>center</textAlign>
  70.         <font>Chicago</font>
  71.         <textSize>12</textSize>
  72.         <textStyle>plain</textStyle>
  73.         <name>Index</name>
  74.         <script>on mouseUp
  75. Set LockScreen to True
  76. put Hilight of button "Long Names" into Use_Long_Ones
  77. get the long name of this card
  78. Put it into finalCard
  79. put field "Stack_2_Index" into SName
  80. go to stack SName
  81. if the Result is not empty then
  82. Answer "Whoops, bad stack name!" with OK
  83. else
  84. put Number of cards into NCards
  85. repeat with X = 1 to NCards
  86. go to stack SName
  87. if Use_Long_Ones then
  88. get the Long name of card X
  89. else
  90. get the short name of card X
  91. end if
  92. Put it into Temp
  93. go to FinalCard
  94. Put Temp into line X of Field 1
  95. Put "card" && X && "of" && NCards && Temp into Message Window
  96. end repeat
  97. end if
  98. end mouseUp
  99. </script>
  100.     </part>
  101.     <part>
  102.         <id>5</id>
  103.         <type>field</type>
  104.         <visible> <true /> </visible>
  105.         <dontWrap> <false /> </dontWrap>
  106.         <dontSearch> <false /> </dontSearch>
  107.         <sharedText> <false /> </sharedText>
  108.         <fixedLineHeight> <true /> </fixedLineHeight>
  109.         <autoTab> <false /> </autoTab>
  110.         <lockText> <false /> </lockText>
  111.         <rect>
  112.             <left>297</left>
  113.             <top>140</top>
  114.             <right>502</right>
  115.             <bottom>305</bottom>
  116.         </rect>
  117.         <style>shadow</style>
  118.         <autoSelect> <false /> </autoSelect>
  119.         <showLines> <false /> </showLines>
  120.         <wideMargins> <false /> </wideMargins>
  121.         <multipleLines> <false /> </multipleLines>
  122.         <reservedFamily> 0 </reservedFamily>
  123.         <titleWidth>0</titleWidth>
  124.         <icon>0</icon>
  125.         <textAlign>left</textAlign>
  126.         <font>Geneva</font>
  127.         <textSize>12</textSize>
  128.         <textStyle>plain</textStyle>
  129.         <textHeight>16</textHeight>
  130.         <name>Stack_2_Index</name>
  131.         <script></script>
  132.     </part>
  133.     <name></name>
  134.     <script></script>
  135. </background>
  136.